how to make an image oval in css

72

.oval {
   width: 160px;
   height: 80px;
   background: #a84909;
   border-radius: 50%;
 }

Comments

Submit
0 Comments